Vcenter Vm Guest Networking Interfaces IpAddressInfo
The Vcenter Vm Guest Networking Interfaces IpAddressInfo schema describes a specific IP Address.
This schema was added in vSphere API 7.0.0.0.
{
"ip_address": "string",
"prefix_length": 0,
"origin": "string",
"state": "string"
}
IPv4 address is specified using dotted decimal notation. For example, "192.0.2.1". IPv6 addresses are 128-bit addresses specified using eight fields of up to four hexadecimal digits. A colon separates each field (:). For example, 2001:DB8:101::230:6eff:fe04:d9ff. The address can also consist of the symbol '::' to represent multiple 16-bit groups of contiguous 0's only once in an address as described in RFC 2373.
This property was added in vSphere API 7.0.0.0.
Denotes the length of a generic Internet network address prefix. Prefix length: the valid range of values is 0-32 for IPv4, and 0-128 for IPv6. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB), with all other bits set to 0. A value of zero is valid only if the calling context defines it.
This property was added in vSphere API 7.0.0.0.
How this address was configured.
For more information see: Vcenter Vm Guest Networking Interfaces IpAddressOrigin.
This property was added in vSphere API 7.0.0.0.
If missing or null
the data was not available.
The state of this ipAddress.
For more information see: Vcenter Vm Guest Networking Interfaces IpAddressStatus.
This property was added in vSphere API 7.0.0.0.